org.eclipse.vtp.framework.interactions.core.commands
Class BridgeMessageCommand

java.lang.Object
  extended by org.eclipse.vtp.framework.interactions.core.commands.ConversationCommand
      extended by org.eclipse.vtp.framework.interactions.core.commands.BridgeMessageCommand
All Implemented Interfaces:
ICommand

public final class BridgeMessageCommand
extends ConversationCommand

A command that sends a transfer ending to the user.

Author:
Lonnie Pryor

Field Summary
 
Fields inherited from class org.eclipse.vtp.framework.interactions.core.commands.ConversationCommand
INPUT_TYPE_CUSTOM, INPUT_TYPE_FILE, OUTPUT_TYPE_FILE, OUTPUT_TYPE_TEXT
 
Constructor Summary
BridgeMessageCommand()
          Creates a new BridgeMessageCommand.
 
Method Summary
 java.lang.Object exportContents()
          Exports the contents of this command to a simple structure of arrays and serializable values from java.lang.
 java.lang.String getBadBridgeResultValue()
          Returns the badBridgeResultValue.
 java.lang.String getBadDestResultValue()
          Returns the badDestResultValue.
 java.lang.String getBadUriResultValue()
          Returns the badUriResultValue.
 java.lang.String getBusyResultValue()
          Returns the busyResultValue.
 java.lang.String getDestination()
          Returns the destination to transfer to.
 java.lang.String getNoAuthResultValue()
          Returns the noAuthResultValue.
 java.lang.String getNoResourceResultValue()
          Returns the noResourceResultValue.
 java.lang.String getNoRouteResultValue()
          Returns the noRouteResultValue.
 java.lang.String getProtocolResultValue()
          Returns the protocolResultValue.
 java.lang.String getResultName()
          Returns the resultName.
 java.lang.String getTransferredResultValue()
          Returns the transferredResultValue.
 java.lang.String getUnavailableResultValue()
          Returns the unavailableResultValue.
 void importContents(java.lang.Object contents)
          Configures the contents of this command with a structure previously returned from ICommand.exportContents().
 void setBadBridgeResultValue(java.lang.String badBridgeResultValue)
          Sets the badBridgeResultValue.
 void setBadDestResultValue(java.lang.String badDestResultValue)
          Sets the badDestResultValue.
 void setBadUriResultValue(java.lang.String badUriResultValue)
          Sets the badUriResultValue.
 void setBusyResultValue(java.lang.String busyResultValue)
          Sets the busyResultValue.
 void setDestination(java.lang.String destination)
          Sets the destination to transfer to.
 void setNoAuthResultValue(java.lang.String noAuthResultValue)
          Sets the noAuthResultValue.
 void setNoResourceResultValue(java.lang.String noResourceResultValue)
          Sets the noResourceResultValue.
 void setNoRouteResultValue(java.lang.String noRouteResultValue)
          Sets the noRouteResultValue.
 void setProtocolResultValue(java.lang.String protocolResultValue)
          Sets the protocolResultValue.
 void setResultName(java.lang.String resultName)
          Sets the resultName.
 void setTransferredResultValue(java.lang.String transferredResultValue)
          Sets the transferredResultValue.
 void setUnavailableResultValue(java.lang.String unavailableResultValue)
          Sets the unavailableResultValue.
 
Methods inherited from class org.eclipse.vtp.framework.interactions.core.commands.ConversationCommand
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgeMessageCommand

public BridgeMessageCommand()
Creates a new BridgeMessageCommand.

Method Detail

getDestination

public java.lang.String getDestination()
Returns the destination to transfer to.

Returns:
The destination to transfer to.

setDestination

public void setDestination(java.lang.String destination)
Sets the destination to transfer to.

Parameters:
destination - The destination to transfer to.

getResultName

public java.lang.String getResultName()
Returns the resultName.

Returns:
The resultName.

setResultName

public void setResultName(java.lang.String resultName)
Sets the resultName.

Parameters:
resultName - The resultName to set.

getTransferredResultValue

public java.lang.String getTransferredResultValue()
Returns the transferredResultValue.

Returns:
The transferredResultValue.

setTransferredResultValue

public void setTransferredResultValue(java.lang.String transferredResultValue)
Sets the transferredResultValue.

Parameters:
transferredResultValue - The transferredResultValue to set.

getBusyResultValue

public java.lang.String getBusyResultValue()
Returns the busyResultValue.

Returns:
The busyResultValue.

setBusyResultValue

public void setBusyResultValue(java.lang.String busyResultValue)
Sets the busyResultValue.

Parameters:
busyResultValue - The busyResultValue to set.

getUnavailableResultValue

public java.lang.String getUnavailableResultValue()
Returns the unavailableResultValue.

Returns:
The unavailableResultValue.

setUnavailableResultValue

public void setUnavailableResultValue(java.lang.String unavailableResultValue)
Sets the unavailableResultValue.

Parameters:
unavailableResultValue - The unavailableResultValue to set.

getNoAuthResultValue

public java.lang.String getNoAuthResultValue()
Returns the noAuthResultValue.

Returns:
The noAuthResultValue.

setNoAuthResultValue

public void setNoAuthResultValue(java.lang.String noAuthResultValue)
Sets the noAuthResultValue.

Parameters:
noAuthResultValue - The noAuthResultValue to set.

getBadDestResultValue

public java.lang.String getBadDestResultValue()
Returns the badDestResultValue.

Returns:
The badDestResultValue.

setBadDestResultValue

public void setBadDestResultValue(java.lang.String badDestResultValue)
Sets the badDestResultValue.

Parameters:
badDestResultValue - The badDestResultValue to set.

getNoRouteResultValue

public java.lang.String getNoRouteResultValue()
Returns the noRouteResultValue.

Returns:
The noRouteResultValue.

setNoRouteResultValue

public void setNoRouteResultValue(java.lang.String noRouteResultValue)
Sets the noRouteResultValue.

Parameters:
noRouteResultValue - The noRouteResultValue to set.

getNoResourceResultValue

public java.lang.String getNoResourceResultValue()
Returns the noResourceResultValue.

Returns:
The noResourceResultValue.

setNoResourceResultValue

public void setNoResourceResultValue(java.lang.String noResourceResultValue)
Sets the noResourceResultValue.

Parameters:
noResourceResultValue - The noResourceResultValue to set.

getProtocolResultValue

public java.lang.String getProtocolResultValue()
Returns the protocolResultValue.

Returns:
The protocolResultValue.

setProtocolResultValue

public void setProtocolResultValue(java.lang.String protocolResultValue)
Sets the protocolResultValue.

Parameters:
protocolResultValue - The protocolResultValue to set.

getBadBridgeResultValue

public java.lang.String getBadBridgeResultValue()
Returns the badBridgeResultValue.

Returns:
The badBridgeResultValue.

setBadBridgeResultValue

public void setBadBridgeResultValue(java.lang.String badBridgeResultValue)
Sets the badBridgeResultValue.

Parameters:
badBridgeResultValue - The badBridgeResultValue to set.

getBadUriResultValue

public java.lang.String getBadUriResultValue()
Returns the badUriResultValue.

Returns:
The badUriResultValue.

setBadUriResultValue

public void setBadUriResultValue(java.lang.String badUriResultValue)
Sets the badUriResultValue.

Parameters:
badUriResultValue - The badUriResultValue to set.

exportContents

public java.lang.Object exportContents()
Description copied from interface: ICommand
Exports the contents of this command to a simple structure of arrays and serializable values from java.lang.

Returns:
A serializable structure this command can be re-constituted from.

importContents

public void importContents(java.lang.Object contents)
Description copied from interface: ICommand
Configures the contents of this command with a structure previously returned from ICommand.exportContents().

Parameters:
contents - The exported contents structure to load from.